From b940b7d1daeb030733f32c945062b99695c6d132 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 17 Apr 2008 22:03:29 +0000 Subject: [PATCH] destinator: Add missing 't' in destinator. --- gpsbabel/destinator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/destinator.c b/gpsbabel/destinator.c index b8d6fecb4..6561c4744 100644 --- a/gpsbabel/destinator.c +++ b/gpsbabel/destinator.c @@ -350,17 +350,17 @@ destinator_read(void) if ((i0 == 0x690043) && (i1 == 0x790074)) { if (data_type != rtedata) - warning(MYNAME ": Using Desinator Itinerary Format!\n"); + warning(MYNAME ": Using Destinator Itinerary Format!\n"); destinator_read_rte(); } else if ((i0 == 0x790044) && (i1 == 0x61006e)) { if (data_type != wptdata) - warning(MYNAME ": Using Desinator POI Format!\n"); + warning(MYNAME ": Using Destinator POI Format!\n"); destinator_read_poi(); } else { if (data_type != trkdata) - warning(MYNAME ": Using Desinator Tracklog Format!\n"); + warning(MYNAME ": Using Destinator Tracklog Format!\n"); le_read64(&d0, &buff[0]); le_read64(&d1, &buff[8]); -- 2.30.2